getBubbleMetadata
open fun getBubbleMetadata(@NonNull notification: Notification): NotificationCompat.BubbleMetadata(source)
Get the BubbleMetadata for a notification that will be used to display app content in a floating window over the existing foreground activity.
Return
the BubbleMetadata if available and set, otherwise null
Parameters
notification
the notification to inspect